type net.ipLookupResult
5 uses
net (current package)
cgo_unix.go#L47: type ipLookupResult struct {
cgo_unix.go#L219: func cgoIPLookup(result chan<- ipLookupResult, network, name string) {
cgo_unix.go#L221: result <- ipLookupResult{addrs, cname, err}
cgo_unix.go#L229: result := make(chan ipLookupResult, 1)
cgo_unix.go#L244: result := make(chan ipLookupResult, 1)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)